home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 July / Macworld (1999-07).dmg / MPEG 3 Utilities / MPecker Drop Decoder 1.5 / MPecker Drop Decoder 1.5.doc < prev   
Text File  |  1999-03-14  |  6KB  |  90 lines

  1. Mpecker Drop Decoder Version 1.5
  2.  
  3. Copyright © 1998-1999 @Soft, Inc. (A Delaware Corporation) - All Rights Reserved
  4.  
  5. Updates when released are available at http://www.anime.net/~go/mpeckers.html
  6. I can be reached VIA email at rafaelwl@sumter.net
  7.  
  8. What is this Program?
  9. Very simply, it is a program to automatically convert any mpeg-1 or MPEG-2 LSF layer 1, layer 2 or layer 3 audio file into an AIFF file, or Sound Designer II file.
  10.  
  11. It should correctly recognize and decode all ISO-standard mpeg audio files, and is for PowerPC MacOS machines only.
  12.  
  13. How Do I Use It?
  14. Simply drag your mpeg audio file onto the icon and off goes the program. Have lots of disk space handy, as each minute of audio can occupy as much as 10 MB of disk space!
  15.  
  16. The decodes are placed in the same folder as the original unless you specify otherwise.  To change the destination, double click on the icon and a preferences menu will appear.  You can also change the creator type of the destination file here as well.
  17.  
  18. This version will display the type and number of errors it encounters as it decodes, and will try to recover from these errors and continue to decode if possible.  I have tried to make error recovery as robust as possible, and the results sound better than many current mpeg players out there.  I think you will agree.
  19.  
  20. An error in the input file may or may not produce noticeable distortion or spurious noise in the destination file.  Certainly, as errors pile up, the sound quality will suffer, much like scratches on an LP (for those of you old enough to know what an LP is).  Using this information, you can decide whether or not you want to keep the file, or try to find a file with fewer (no?) errors.  
  21.  
  22.  
  23. Changes This Release
  24. 1.5 - Added VBR support, few minor bug fixes.
  25.  
  26. Disclaimer/Distribution Rights
  27. This archive and its complete contents may be distributed to any end-user,  as long as there is no charge for it.  It may not be included in any  commercial or "shareware" software release without express, written, non-electronic consent from the author.
  28.  
  29. Permission is given for distribution on freeware/shareware CD archives as long as: 
  30.     (1) The archive compilation is made and sold on a non-profit basis;
  31.     (2) No modifications are made to the archive or it's contents; and
  32.     (3) A copy of the CD archive is forwarded at no cost to the author.
  33.     
  34. The archive may also be included on CD archives distributed by magazine publishers, provided that:
  35.     (1) No modifications are made to the archive or it's contents; and
  36.     (2) A copy of both the magazine and the CD archive are forwarded at no cost to the author.
  37.  
  38. No warranties or guarantees, either expressed or implied, are made with regard to this program, or its output or performance.  The end-user accepts this program as is, and use of the program indicates an acceptance of responsibility for any damage occuring as a result of this use.  
  39.  
  40. The user of this program accepts responsibility for obeying all applicable copyright law.
  41.  
  42. Many thanks to Kyle de Graaf for the icons for the decoder.  His web site at http://www.cbd.net/kdegraaf/mp3.html has the latest mpeg news and many useful other mpeg audio utilities.
  43.  
  44. Sound Designer II is a trademark of Digidesign, a division of Avid Technology, Inc. 
  45.  
  46. Left To Do
  47. Decode to PCM, WAV, .snd
  48. Speed things up.
  49.  
  50. Version History
  51. 1.5 - 1) Added VBR support.
  52.          2) Some change to support new PowerPlant structures.
  53.          3) Some speedups.
  54. 1.4.1 - 1) Minor fixes, speed enhancements.
  55. 1.4 - 1) Changed to PowerPlant
  56.          2) Add verbose error reporting, so that you will know what the errors are.
  57.          3) Continues to decode after errors are encountered.
  58.          4) No longer overwrites files - now attaches suffixes such as .1, .2 etc etc.
  59.          5) New decoder window - very similar to other Mac decompression tools.
  60.          6) Trimmed some code fat.
  61.          7) Changed Preferences to Save Verbose Error Reporting preferences.
  62.          8) Added an About Box.
  63.          9) Changed decoding to a threaded process with appropriate yielding - much more MacOS friendly.
  64.         10) Preference for adding ".aiff" or ".sd2" PC-ish suffixes to files.
  65.         11) Updated preference window and preferences files for suffix concatenation.
  66.         12) MPEG-2 L3 decoding routines cleaned up.
  67.         13) Ignores "trash at EOF"
  68. 1.3.3 - 1) Added ability to decode to Sound Designer II files.
  69.             2) More header fixes.
  70.             3) Zeroed huffman errors when they occur.
  71. 1.3.2 - 1) Fixed (Really!) MPEG-2 Layer II decoding routines
  72. 1.3.1 -  1) Recompiled using CW Pro Release 3
  73.              2) Fixed preflight header searching (Thanks to Igor Boronenkov)
  74. 1.3 -  1) Recognizes and skips past ID3v2 headers
  75.           2) MUCH more robust error correction
  76.           3) Extended preflight search for proper synchronization
  77. 1.2.2 - 1) Fix a bug which caused the decoder to crash when switching from a mono file to a stereo file.
  78.             2) More robust header removal routines.
  79. 1.2.1 - 1) Reverted back to old huffman decoding routines as new ones seem to have a slight problem.
  80. 1.2 - 1) Double clicking on the icon now brings up a preferences window for selecting a destination for your decodes.
  81.       2) File creator can also be specified in the preferences menu.
  82.       3) Now can queue up to 256 decodes (for those of you with *really* phat HDs).
  83.       4) More decoding optimizations for layer III.
  84. 1.1 - 1) Fixed a decoding bug. (Sorry.)
  85.       2) Changed the interface.
  86.       3) Miscellaneous optimizations.
  87. 1.0.2 - 1) Another non-standard header fix, thanks Kyle de Graaf once again.
  88. 1.0.1 - 1) Fixed some clipping/amplification problems found by David Renelt, thanks.
  89.         2) Chop those annoying headers off of SWA files - thanks, Kyle de Graaf.
  90. 1.0 - Initial Release